C1.WPF Namespace / PropertyChangedEventArgs<T> Class / NewValue Property

In This Topic
NewValue Property (PropertyChangedEventArgs<T>)
In This Topic
The value of the property after the change.
Syntax
'Declaration
 
Public Property NewValue As T
 
See Also